A typo and non-matching parameter names.
/**
* gtk_widget_set_font_map:
* @widget: a #GtkWidget
- * @font_map: (allow-nonw): a #PangoFontMap, or %NULL to unset any previously
+ * @font_map: (allow-none): a #PangoFontMap, or %NULL to unset any previously
* set font map
*
* Sets the font map to use for Pango rendering. When not set, the widget
GDK_AVAILABLE_IN_3_18
void gtk_widget_set_font_map (GtkWidget *widget,
- PangoFontMap *fontmap);
+ PangoFontMap *font_map);
GDK_AVAILABLE_IN_3_18
PangoFontMap * gtk_widget_get_font_map (GtkWidget *widget);